* xterm.c (x_flush): Call XFlush once per each X display, not
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 1 Aug 2013 05:56:20 +0000 (09:56 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 1 Aug 2013 05:56:20 +0000 (09:56 +0400)
commit27d70ad70f6fff6de3a3c55f28fe47a7baba43b7
tree0e68c764bd143a63c9f8efe1bb8b5b84a55228f4
parent9a35dec962e7bbf2024d5552341bf0b6f89434f6
* xterm.c (x_flush): Call XFlush once per each X display, not
frame.  This is better because this code always unconditionally
skips non-X frames in Vframe_list and issues the only XFlush if
we have more than one X frame on the same X display.
src/ChangeLog
src/xterm.c